Script of Lecture 3 , Approximation Algorithms Summer term 2017
نویسندگان
چکیده
We first scale the instance. If we see two points x, y as a vector, we can replace them by αx and αy. By the properties of a norm, w(αx, αy) = ‖αx − αy‖ = α‖x − y‖. Therefore all distances are scaled by α. We choose an α > 0 such that all vertices fit exactly into an axis-parallel n2 × n2 square (where n = |V |), i. e., all vertices fit into the square and there are two vertices that lie on opposite boundaries of the square. We assume n = 2k ′ for an integer k′ (add up to |V | new vertices until a power of 2 is reached). Then L := n2 = 2k for k = 2 log2 n. Within the L × L box, we move each vertex to the closest center of an integer 1 × 1 square (break ties arbitrarily). This step is called perturbation.
منابع مشابه
Script of Lecture 7 , Approximation Algorithms Summer term 2017
1 The Uncapacitated Facility Location Problem Input: a set D of demands (or clients); a set F of facilities; for each client j ∈ D and facility i ∈ F , there is a cost cij of assigning client j to facility i; and there is a cost fi associated with each facility i ∈ F . Output: Choose a subset of facilities F ′ ⊆ F which minimizes the total cost of facilities in F ′ plus the total cost of assign...
متن کاملA Course on Independent Component Analysis
Foreword This text is a script of a two-hour a week lecture about Independent Component Analysis held at the University of Regensburg by Elmar Lang and me during the summer term 2003. The text is largely based on the textbook [Hyvärinen et al., 2001a]. Furthermore , a longer version of this text also served as the introductory chapters of my dissertation in computer science at the University of...
متن کاملApproximation Algorithms for Facility Location Problems
This paper surveys approximation algorithms for various facility location problems, mostly with detailed proofs. It resulted from lecture notes of a course held at the University of Bonn in the winter term 2004/2005.
متن کاملLec . 2 : Approximation Algorithms for NP - hard Problems ( Part II )
We will continue the survey of approximation algorithms in this lecture. First, we will discuss a (1+ε)-approximation algorithm for Knapsack in time poly(n, 1/ε). We will then see applications of some heavy hammers such as linear programming (LP) and semi-definite programming (SDP) towards approximation algorithms. More specifically, we will see LPbased approximation for MAXSAT and MAXCUT. In t...
متن کاملMinimizing a General Penalty Function on a Single Machine via Developing Approximation Algorithms and FPTASs
This paper addresses the Tardy/Lost penalty minimization on a single machine. According to this penalty criterion, if the tardiness of a job exceeds a predefined value, the job will be lost and penalized by a fixed value. Besides its application in real world problems, Tardy/Lost measure is a general form for popular objective functions like weighted tardiness, late work and tardiness with reje...
متن کامل